home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
dns
/
exception.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2008-10-13
|
1KB
|
28 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
class DNSException(Exception):
pass
class FormError(DNSException):
pass
class SyntaxError(DNSException):
pass
class UnexpectedEnd(SyntaxError):
pass
class TooBig(DNSException):
pass
class Timeout(DNSException):
pass